home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Freeware / Adobe Air 1.5 / AdobeAIRInstaller.exe / Adobe AIR / Versions / 1.0 / Adobe AIR Application Installer.swf / scripts / cs$SecurityInfo_properties.as < prev    next >
Text File  |  2008-10-29  |  1KB  |  30 lines

  1. package
  2. {
  3.    import mx.resources.ResourceBundle;
  4.    
  5.    public class cs$SecurityInfo_properties extends ResourceBundle
  6.    {
  7.        
  8.       
  9.       public function cs$SecurityInfo_properties()
  10.       {
  11.          super("cs","SecurityInfo");
  12.       }
  13.       
  14.       override protected function getContent() : Object
  15.       {
  16.          return {
  17.             "lblUnrestricted":"NEOMEZEN├¥",
  18.             "lblUnknown":"NEZN├üM├¥",
  19.             "lblMoreOptions":"V├¡ce voleb",
  20.             "lblPublisherIdentity":"Identita vydavatele:",
  21.             "lblPublisherUndetermined":"Vydavatele t├⌐to aplikace nelze ur─ìit.",
  22.             "lblFullAccess":"Tato aplikace m┼»┼╛e m├¡t p┼Ö├¡stup k va┼íim syst├⌐mov├╜m soubor┼»m a internetu, co┼╛ m┼»┼╛e ohrozit v├í┼í po─ì├¡ta─ì.",
  23.             "lblVerified":"OV─Ü┼ÿEN├¥",
  24.             "msgPotentialSecurityRisk":"Instalace aplikac├¡ m┼»┼╛e p┼Öin├í┼íet bezpe─ìnostn├¡ riziko v├ím a va┼íemu po─ì├¡ta─ìi. Instalujte pouze aplikace z d┼»v─¢ryhodn├╜ch zdroj┼».",
  25.             "lblSystemAccess":"P┼Ö├¡stup k syst├⌐mu:"
  26.          };
  27.       }
  28.    }
  29. }
  30.